home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / ace expert / ae301.exe / %MAINDIR% / ref / Funct11e.ref < prev    next >
Encoding:
Text File  |  1999-02-23  |  1.9 KB  |  119 lines

  1. Date
  2.  getDate()
  3.  getDay()
  4.  getHours()
  5.  getMinutes()
  6.  getMonth()
  7.  getSeconds()
  8.  getTime()
  9.  getTimezoneOffset()
  10.  getYear()
  11.  parse(messageDate)
  12.  setDate(valueDate)
  13.  setHours(valueHour)
  14.  setMinutes(valueMin)
  15.  setMonth(valueMonth)
  16.  setSeconds(valueSec)
  17.  setTime(valueTime)
  18.  setYear(valueYear)
  19.  toGMTString()
  20.  toLocaleString()
  21.  UTC(year,month,day[,hour][,min][,sec])
  22. Math
  23.  abs(n)
  24.  acos(n)
  25.  asin(n)
  26.  atan(n)
  27.  atan2(x,y)
  28.  ceil(n)
  29.  cos(n)
  30.  exp(n)
  31.  floor(n)
  32.  log(n)
  33.  max(n1,n2)
  34.  min(n1,n2)
  35.  pow(base,exposant)
  36.  random()
  37.  round(n)
  38.  sin(n)
  39.  sqrt(n)
  40.  tan(n)
  41. string
  42.  anchor(attributName)
  43.  big()
  44.  blink()
  45.  bold()
  46.  charAt(index)
  47.  fixed()
  48.  fontcolor(color)
  49.  fontsize(size)
  50.  indexOf(value[,index])
  51.  italics()
  52.  lastIndexOf(value[,index])
  53.  link(url)
  54.  small()
  55.  strike()
  56.  sub()
  57.  substring(index1,index2)
  58.  sup()
  59.  toLowerCase()
  60.  toUpperCase()
  61. window
  62.  alert(message)
  63.  blur()
  64.  close()
  65.  confirm(message)
  66.  focus()
  67.  open(messageURL,messageWindowName,[toolbar[=yes|no]|[=1|0],location[=yes|no]|[=1|0],directories[=yes|no]|[=1|0],status[=yes|no]|[=1|0],menubar[=yes|no]|[=1|0],scrollbars[=yes|no]|[=1|0],resizable[=yes|no]|[=1|0],width=pixels,height=pixels])
  68.  prompt(message[,defaultValue])
  69.  scroll(x,y)
  70.  setTimeout('function', msec)
  71.  clearTimeout(timeOutID)
  72. document
  73.  clear()
  74.  close()
  75.  open([text/html | text/plain | image/gif | image/jpeg | image/x-bitmap | plugIn])
  76.  write(message1 [,message2,...,messageN])
  77.  writeln(message1 [,message2,...,messageN])
  78. [form|forms['name'|n]]
  79.  reset()
  80.  submit()
  81. button
  82.  click()
  83. checkbox
  84.  click()
  85. password
  86.  focus()
  87.  blur()
  88.  select()
  89. radio
  90.  click()
  91. reset
  92.  click()
  93. select
  94.  blur()
  95.  focus()
  96. submit
  97.  click()
  98. text
  99.  focus()
  100.  blur()
  101.  select()
  102. textarea
  103.  focus()
  104.  blur()
  105.  select()
  106. history
  107.  back()
  108.  forward()
  109.  go(n|'url')
  110. [frame|frames['name'|n]]
  111.  clearTimeout(timeOutID)
  112.  setTimeout('function', msec)
  113. array
  114.  join([,message])
  115.  reverse()
  116.  sort(functionCompare)
  117. navigator
  118.  javaEnabled()
  119.